Print

Displays a message in the Output pane. This statement can help you monitor a script during playback. For example, use this statement to display values returned from functions. Messages displayed using this statement are also added to run reports.

To print values on different lines, use the PrintLn statement.

Note: Issues may occur when using this statement in load test scripts.

Syntax

Print("Text")

Arguments

Argument Description
Text Text to print.

Example

Print("QA Wizard Pro")